You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > TMtxVecSample Class > TMtxVecSample Methods > TMtxVecSample.PSValues1D Method
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
TMtxVecSample.PSValues1D Method

Obtains a pointer to the real value of the vector at Index.

Syntax
C#
Visual Basic
public IntPtr PSValues1D([In] int Index);

The function returns @Values[i]. Under .NET this is a pointer to managed memory, which needs to be pinned before the address is taken.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!